Refactored XOR.js to call replace
once #221
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: serg2-mirrors/GDBrowser#221
Loading…
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now it's optimized and refactored to replace the same chars as before and leave other chars intact. The
s
(dot-all) flag is used to reduce conditional branching. I don't know if this code is actually better in the Node env, I just wanted to suggest this as a possible alternativeLooks like I learned something new today