We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i see examples on using ChaiScripting but cant seem to get it to work...
main request: replace the CarriageLine and NewLine returns on a copy with a space.
var x = ""; if( clip.DescriptionMatchesRegex( "\r\n" ) == 1) { var x = clip.DescriptionReplaceRegex(".*", " "); } clip.SetAsciiString(x); return false;
result: it returns 'CF_TEXT' to my clipboard I also tried AsciiTextMatchesRegex() and result is same
what am i missing, what do i need to add to return the original string without CF LN? thanks.
thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, i see examples on using ChaiScripting but cant seem to get it to work...
main request: replace the CarriageLine and NewLine returns on a copy with a space.
var x = "";
if( clip.DescriptionMatchesRegex( "\r\n" ) == 1)
{
var x = clip.DescriptionReplaceRegex(".*", " ");
}
clip.SetAsciiString(x);
return false;
result: it returns 'CF_TEXT' to my clipboard
I also tried AsciiTextMatchesRegex() and result is same
what am i missing, what do i need to add to return the original string without CF LN? thanks.
thanks
The text was updated successfully, but these errors were encountered: