You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only re_match/{2,3} is goal expanded when the re_compile flag is set; other predicates such as re_matchsub should compiled in a similar fashion.
Note that the re_compile flag is because the caching of compiled regexes (using table/1 directives) is relatively slow, due to the tabling taking into consideration both the regex and the options list.
The text was updated successfully, but these errors were encountered:
Currently only
re_match/{2,3}
is goal expanded when there_compile
flag is set; other predicates such asre_matchsub
should compiled in a similar fashion.Note that the
re_compile
flag is because the caching of compiled regexes (usingtable/1
directives) is relatively slow, due to the tabling taking into consideration both the regex and the options list.The text was updated successfully, but these errors were encountered: