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
Hi, this is a nice library. I'm using this now to replace my manual replacements with a word list I had.
What I'm missing though is something I had that allowed 'Noun' or 'noun', or 'NOUN'. Basically I just checked how the keyword was written, if it's capitalized or fully caps, then I would replace accordingly.
For instance {{ noun }} and {{ Noun }} could return 'radio' and 'Radio'.
Just an idea.
The text was updated successfully, but these errors were encountered:
Hi, this is a nice library. I'm using this now to replace my manual replacements with a word list I had.
What I'm missing though is something I had that allowed 'Noun' or 'noun', or 'NOUN'. Basically I just checked how the keyword was written, if it's capitalized or fully caps, then I would replace accordingly.
For instance {{ noun }} and {{ Noun }} could return 'radio' and 'Radio'.
Just an idea.
The text was updated successfully, but these errors were encountered: