I'm trying to a get a JSON string from another string with this regex: YAHOO.Finance.SymbolSuggest.ssCallback\((.*?)\) It works on regex101.com, but when I use it in my code: impo
Solution 1:
You misplaced the arguments in the match method, regex should come first.
Post a Comment for "Regex Sre_constants.error: Bad Character Range"