Displaying 1 result from an estimated 1 matches for "tinvalid".
Did you mean:
invalid
2006 Jan 27
4
regular expressions, sub
...desired result for cases
5,6,13..16, the rest unsubstituted
trysub("log(","ln ",fu) # B: no substitutions; errors for
cases 1..4,7.. 12 # typical errors:
"3 ext perl ~fixed useBytes: Error in sub.perl(pattern, replacement,
x, ignore.case, useBytes) : \n\tinvalid regular expression 'log('\n"
trysub("log\(","ln ",fu) # C: same as A
trysub("log\\(","ln ",fu) # D: no substitutions; errors for
cases 15,16 # typical errors:
"15 ~ext ~perl ~fixed useBytes: Error in sub(pattern,...