Hello @hbar1st
The ‘re’ is having no effect on my searches, a{1} should result in, no more then 1 character, and that character should be “a”.
Am I understanding it correctly? Is there a syntax issue below?
{m} Specifies that exactly m copies of the previous RE should be matched; fewer matches cause the entire RE not to match. For example, a{6} will match exactly six 'a' characters, but not five.
sorry I’m not familiar with the search function you are using. I was just suggesting that you utilize the regular expression library in python to do the string matching