Match Information Your regular expression does not match the subject string. Quick Reference Regular Expression Processing... r" \d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2},\d{3}\sINFO\s+THOUGHTS:(.*?)(?=\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2},\d{3}\sINFO\s+THOUGHTS:) " gms Test String 355:2
matches any whitespace character (equivalent to[\r\n\t\f\v]) ?matches the previous token betweenzeroandonetimes, as many times as possible, giving back as needed(greedy) Match Information Your regular expression does not match the subject string. ...
All matches (don't return after first match) m modifier: multi line. Causes ^ and $ to match the begin/end of each line (not only begin/end of string) Match Information Export Matches Match 1 3974-4079 NET INCREASE/(DECREASE) IN CASH AND CASH EQUIVALENTS -28,394,062 -28,561,840...
Match Information Your regular expression does not match the subject string. Quick Reference Regular Expression Processing... r" (^[A-Z][a-z][^\d:]*$)\n(\s+)?((([A-Za-z,]+)|(.*)?(\(\w+.*\)))(\s+)?((-[\d,]+|[\d,]+)\s(\s+)?(-[\d,]+|[\d,]+)(.*)?)...
g modifier:global. All matches (don't return after first match) m modifier:multi line. Causes^and$to match the begin/end of each line (not only begin/end of string) i modifier:insensitive. Case insensitive match (ignores case of[a-zA-Z]) ...