Aidin Gharibnavaz

Results 56 comments of Aidin Gharibnavaz
trafficstars

All the expressions! Include Wild-card, Regex, and simple equal.

Seems that if we pass `-d` (debug) to fuse (e.g. `toccfs ./tocc-base-dir /mnt -d`) there would be no problem! So I couldn't debug it. I should take a deeper look...

(-: Thanks for the research. Should I assign this to you? Are you going to work on it?

It should throw an exception which tells the client what was wrong with the regex.

Thank Dick (: I didn't know that Posix have a Regex library. That would be great! Should I assign the issue to you? Are you going to work on this?

We should add Regex as a function to Jx9. It should be function that take a string and a Regex pattern, and return true or false. Then we can use...

Yes. The second question is true. But first one is not. Note that, before anything, we need a C function, that we can call from inside of a Jx9 script....

Let me see... There's a third way! Have two function available to Jx9: ``` cpp CompiledRegex* compile_regex(const char* regex); bool match_regex(CompiledRegex* regex, const char* str_to_match) ``` Then, Jx9 first calls...