↧
REGEX to find space followed by number 1 then letter
Hi Been playing around but cant figure this out, I 'm looking for a way to identify where there is a space followed by the number 1 and a letter of the alphabet, below is an example of the text and I...
View ArticlePositive Lookbehind question
Hello. I'm trying to understand why '(?<=a)[1-9]+' works with "a556" but 'F(?<=a)[1-9]+' doesn't work with "Fa556". Thanks!
View ArticleSOLVED Qt implementation of regular expression
Thanks to all who helped to resolve this , I do appreciate you taking your time to help with this problem. HELP IS MUCH APPREXIATED
View ArticleHelp building expression
Hi, I'm trying to get some expression using regexp that extracts highlighted numbers: Traveller-CxFlight-895-20240819-1903 Traveller-ETDChange-45-20240819-1903 M-TX6102-20240819-FOC M-TX7156/20240819...
View Article