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
Note: if you use "_" rather than camel case it is trivial to change the code for that. At some point I'll add new files for underscores but so far I've just been manually editing the queries when dealing with underscores. It is easier for underscore because you just replace the regex expression with a CONTAINS and look for any "_" and replace it with a " ".
The text was updated successfully, but these errors were encountered:
Note: if you use
"_"
rather than camel case it is trivial to change the code for that. At some point I'll add new files for underscores but so far I've just been manually editing the queries when dealing with underscores. It is easier for underscore because you just replace the regex expression with a CONTAINS and look for any"_"
and replace it with a" "
.The text was updated successfully, but these errors were encountered: