Skip to content
New issue

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

Removed double quotes on WebParser RegExp #59

Conversation

nek7u
Copy link
Contributor

@nek7u nek7u commented Oct 2, 2024

RegExp="(?siU)<link>(.*)</link>" is valid, but it might cause confuse in some cases.
RegExp=(?siU)<img src="(.*)"> is more simple and readable than RegExp="(?siU)<img src="(.*)">"

`RegExp="(?siU)<link>(.*)</link>"` is valid, but it might cause confuse in some cases.
`RegExp=(?siU)<img src="(.*)">` is better than `RegExp="(?siU)<img src="(.*)">"`
@jsmorley jsmorley merged commit 08ee4b7 into rainmeter:master Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants