tivars_lib_cpp icon indicating copy to clipboard operation
tivars_lib_cpp copied to clipboard

Make "|" optionnal in regex

Open Its-Just-Nans opened this issue 4 months ago • 1 comments

With the actual programs_tokens.csv :

  • some characters like p, z, t...
  • are replaced with [p], [z], [t]...
  • and not like [|p], [|z], [|t]...

This PR make the | optional in the regex

Here is an example :

https://onlinegdb.com/xbj6NZDNJ

Its-Just-Nans avatar Feb 22 '24 16:02 Its-Just-Nans