Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
4 years ago
Solved

Checking string of certain format

Hey Everyone, I am new to power query and this has had my head scratching is there anyway I can solve this?   Is it possible to check a string dynamically where AA****...BB where AA  and BB are alp...
  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    4 years ago

    Use this

    = Splitter.SplitTextByCharacterTransition({"0".."9"},{"A".."Z", "a".."z"})(Text.SplitAny([Input],"/-"" """){0}){0}