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
Alas, I don't understand how to make SLRE's (?i) thing work. In the "strings" branch I am working on lowercasing things before doing matching.
An example is in XDI_validate_item when checking a extension item against the versioning string. It should be OK to have an extension item called foo.x and an extra_version string which includes Foo/7.95.
The text was updated successfully, but these errors were encountered:
Alas, I don't understand how to make SLRE's
(?i)
thing work. In the "strings" branch I am working on lowercasing things before doing matching.An example is in
XDI_validate_item
when checking a extension item against the versioning string. It should be OK to have an extension item calledfoo.x
and anextra_version
string which includesFoo/7.95
.The text was updated successfully, but these errors were encountered: