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 " ".
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" ".