Replace strings in files while bundling
Replace or remove multiple items in an array.
Helper function to replace supers
Replace user home in a string with another string. Useful for tildifying a path.
Replaces strings in a stream.
Replace search occurrences with a replacement string.
mdast utility to find and replace text in a tree
A string replace plugin for gulp
HTML to React parser.
String#replace for React components
Replace search occurrences with a replacement string.
A node.js through stream that does basic streaming text search and replace and is chunk boundary friendly
Replace JSX attribute value
This library aims to provide codegen helpers and data structure for Vue language plugin API v1.x that does not depend on Volar runtime.
Command line search and replace utility
Replaces a file extension with another one.
Replace all substring matches in a string
Shared find and replace services and UI infrastructure for Univer.
> Rewrite a WASM binary
OpenTelemetry Tracing
Strip comments from JSON. Lets you use comments in your JSON files!
Repair broken JSON documents
A simple utility to quickly replace text in one or more files.
Find and replace integration for Univer Sheets.
Rename haskell modules at the speed of Rust
mdBook preprocessor that simply replaces text
Quick, lightweight find and replace tool.
simple container cli and lib!
Replace keys in text for an object attribute
Sym is a ruby library (gem) that offers both the command line interface (CLI) and a set of rich Ruby APIs, which make it rather trivial to add encryption and decryption of sensitive data to your development or deployment workflow. For additional security the private key itself can be encrypted with a user-generated password. For decryption using the key the password can be input into STDIN, or be defined by an ENV variable, or an OS-X Keychain Entry. Unlike many other existing encryption tools, Sym focuses on getting out of your way by offering a streamlined interface with password caching (if MemCached is installed and running locally) in hopes to make encryption of application secrets nearly completely transparent to the developers. Sym uses symmetric 256-bit key encryption with the AES-256-CBC cipher, same cipher as used by the US Government. For password-protecting the key Sym uses AES-128-CBC cipher. The resulting data is zlib-compressed and base64-encoded. The keys are also base64 encoded for easy copying/pasting/etc. Sym accomplishes encryption transparency by combining several convenient features: 1. Sym can read the private key from multiple source types, such as pathname, an environment variable name, a keychain entry, or CLI argument. You simply pass either of these to the -k flag — one flag that works for all source types. 2. By utilizing OS-X Keychain on a Mac, Sym offers truly secure way of storing the key on a local machine, much more secure then storing it on a file system, 3. By using a local password cache (activated with -c) via an in-memory provider such as memcached, sym invocations take advantage of password cache, and only ask for a password once per a configurable time period, 4. By using SYM_ARGS environment variable, where common flags can be saved. This is activated with sym -A, 5. By reading the key from the default key source file ~/.sym.key which requires no flags at all, 6. By utilizing the --negate option to quickly encrypt a regular file, or decrypt an encrypted file with extension .enc 7. By implementing the -t (edit) mode, that opens an encrypted file in your $EDITOR, and replaces the encrypted version upon save & exit, optionally creating a backup. 8. By offering the Sym::MagicFile ruby API to easily read encrypted files into memory. Please refer the module documentation available here: https://www.rubydoc.info/gems/sym
This will replace the Latin character inside a string to correspond to normal character example: à to a. Usage: LatinToNormalCharacter.transform('ThÏs ís  strìng wÌth Lãtîn úñîcÔdë.') and will return a string value of "ThIs is A string wIth Latin unicOde. List of supported latin characters: A: ['À', 'Á', 'Â', 'Ã', 'Ä', 'Å'] a: ['à', 'á', 'â', 'ã', 'ä', 'å'] B: ['Ɓ', 'Ƃ', 'Ƅ', 'ʙ'] b: ['ƀ', 'ƃ', 'ƅ'] C: ['Ç', 'Č', 'Ɔ', 'Ƈ'] c: ['ç', 'č', 'ƈ'] D: ['Ð', 'Ƌ', 'Ɗ'] d: ['ð', 'ƌ', 'ƍ'] E: ['È', 'É', 'Ê', 'Ë', 'Ĕ', 'Ǝ', 'Ɛ'] e: ['è', 'é', 'ê', 'ë', 'ĕ', 'Ə', 'ʚ'] F: ['Ƒ'] f: ['ƒ'] G: ['Ğ', 'Ģ', 'Ĝ', 'Ġ', 'Ɠ', 'ʛ'] g: ['ğ', 'ģ', 'ĝ', 'ġ'] H: ['Ĥ', 'Ħ', 'ʜ'] h: ['ĥ', 'ħ', 'ʰ', 'ʯ', 'ʮ'] I: ['Ì', 'Í', 'Î', 'Ï', 'Ĩ', 'Ī', 'Ĭ', 'Į', 'İ', 'Ɨ'] i: ['ì', 'í', 'î', 'ï', 'ĩ', 'ī', 'ĭ', 'į', 'ı'] J: ['Ĵ'] j: ['ĵ', 'ʝ'] K: ['Ķ', 'Ƙ'] k: ['ķ', 'ĸ', 'ƙ', 'ʞ'] L: ['Ĺ', 'Ļ', 'Ľ', 'Ŀ', 'Ł', 'ʟ'] l: ['ĺ', 'ļ', 'ľ', 'ŀ', 'ł', 'ƚ'] M: ['Ɯ'] m: ['ɯ', 'ɰ', 'ɱ'] N: ['Ñ', 'Ń', 'Ņ', 'Ň', 'Ŋ', 'Ɲ'] n: ['ñ', 'ń', 'ņ', 'ň', 'ŋ', 'ʼn', 'ɲ', 'ɳ', 'ƞ', 'ɴ'] O: ['Ò', 'Ó', 'Ô', 'Õ', 'Ö', 'Ø', 'Ō', 'Ŏ', 'Ő', 'Ɵ', 'Ơ'] o: ['ò', 'ó', 'ô', 'õ', 'ö', 'ø', 'ō', 'ŏ', 'ő', 'ơ', 'ɵ'] P: ['Ƥ'] p: ['ƥ'] q: ['ʠ'] R: ['Ŕ', 'Ŗ', 'Ř'] r: ['ŕ', 'ŗ', 'ř', 'ɹ', 'ɺ', 'ɻ', 'ɼ', 'ɽ', 'ɾ', 'ɿ', 'ʀ', 'ʁ'] S: ['Ŝ', 'Ş', 'Š', 'Ś'] s: ['ŝ', 'ş', 'š', 'ś', 'ſ', 'ʂ'] T: ['Ţ', 'Ť', 'Ŧ', 'Ƭ', 'Ʈ'] t: ['ţ', 'ť', 'ŧ', 'ƭ', 'ƫ', 'ʇ', 'ʈ'] U: ['Ù', 'Ú', 'Û', 'Ü', 'Ū', 'Ũ', 'Ŭ', 'Ů', 'Ű', 'Ų', 'Ư'] u: ['ù', 'ú', 'û', 'ü', 'ū', 'ũ', 'ŭ', 'ů', 'ű', 'ų', 'ư', 'ʉ'] V: ['Ʋ'] v: ['ʋ', 'ʌ'] W: ['Ŵ'] w: ['ŵ', 'ʍ'] Y: ['Ý', 'Ÿ', 'Ŷ', 'Ƴ'] y: ['ý', 'ŷ', 'ƴ', 'ʎ', 'ʏ'] Z: ['Ž', 'Ź', 'Ż', 'Ƶ'] z: ['ž', 'ź', 'ż', 'ƶ', 'ʐ', 'ʑ'] AE: ['Æ'] ae: ['æ'] IJ: ['IJ'] ij: ['ij'] OE: ['Œ'] oe: ['œ', 'ɶ'] th: ['Þ'] SS: ['ß'] YR: ['Ʀ'] ESH: ['Ʃ'] esh: ['ƪ'] EZH: ['Ʒ', 'Ƹ'] ezh: ['ƹ', 'ƺ'] dz: ['ƻ'] Q: ['Ƽ'] q: ['ƽ'] ts: ['ƾ'] Wynn: ['ƿ'] Updates: 0.0.4 & 0.0.5 - update the coverage of latin string support. 0.0.6 - fix issue on non string value. 0.0.7 - fix issue on non string value.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.