_.camelCase(string)
_.camelCase(string) is defined as: return string with camelCase (removes delimiters: whitespace, _ & -). Topics on: . Read more: JS, Lib, Lodash, String, Camel
_.camelCase(string) is defined as: return string with camelCase (removes delimiters: whitespace, _ & -). Topics on: . Read more: JS, Lib, Lodash, String, Camel
_.escape(string) is defined as: return string convert into HTML Entity (& < > ' '). Topics on: . Read more: JS, Lib, Lodash, String, HTML Entity|FullStack Wiki
_.escapeRegExp(string) is defined as: return string with escaped characters for reserved RegExp special characters (& $ . * + ? ( ) [ ] { } |). Topics on: . Rea
_.kebabCase(string) is defined as: return string with kebab-case. Topics on: . Read more: JS, Lib, Lodash, String, Kebab Case|FullStack Wiki by Roger J
.replace() is defined as: . Topics on: .replace() to escape all double quotes via RegExp Literal Notation, .replace() to escape all single quotes via RegExp Lit
.toString() is defined as: to return string of Source Code of calling function. Topics on: Override (Polymorphism) Object.prototype.toString method. Read more:
Character is defined as: Symbol (letters, numbers & punctuation). Topics on: Emoji. Read more: JS, JS Language, Primitive, String, Character | Full-Stack Wiki
Character Encoding is defined as: (process) to map/enumerate graphical chars to rep digitally. Topics on: . Read more: JS, JS Language, Primitive, String, UTF 8
Data URI is defined as: Scheme to encode data as string & embed into HTML. Topics on: Data URI encoding can rep binary files via text. Read more: Computer Scien
decodeURI() is defined as: to decode Data URI back to string. Topics on: . Read more: JS, JS Language, JS Global Function, Data URI, String|FullStack Wiki by RJ
Domain Name is defined as: string identifier for IP. Topics on: Sub Domain, Second-level Domain, Apex Domain, TLD, DNS, URL, Domain Registrar. Read more: Comput
encodeURI() is defined as: to encode string to Data URI by escape char to rep UTF-8. Topics on: . Read more: JS, JS Language, JS Global Function, String, Data U
eval() is defined as: to evaluate Source Code Argument as string at Runtime - bad for security/perf. Topics on: . Read more: JS, JS Language, JS Global Function
HTML Entity is defined as: string to display reserved invisible chars in HTML. Topics on: HTML entities JS Syntax begin with & and end with a ;, HTML Entity wil
JSON.parse() is defined as: JSON API Static Method to parse string into JS value. Topics on: (method) JSON.parse(text: string, reviver?: Function): any, revive
key is defined as: special props as string UID for VDOM to track/Diffing list elements. Topics on: Math.random() key are unstable & may hurt perf!, key should b
Literal Enum Member is defined as: Enum Member with Initializer either explicitly initialized via number/string Literal | omitted Initializer (implicit value).
Module Specifier is defined as: string to identify & point to Module location. Topics on: Relative Path, Absolute path, URL, Bare Path, Deep Import path. Read m
Primitive Value is defined as: undefined, null, number, bigint, boolean, string, symbol. Topics on: UNNBBSS, Stored in EC in Call Stack, Primitive Reassignment.
Property Key is defined as: Label for property as string || symbol. Topics on: . Read more: JS, JS Language, Declaration, Literal, Object Literal, Property Key,
Square Bracket Notation is defined as: JS Syntax to access element from Object via (string) key. Topics on: . Read more: JS, JS Language, Chain, JS Syntax, Obje
srcDoc is defined as: HTML Attribute to load HTML static markup as String into <iframe>. Topics on: ⚠Browser may limit max length srcDoc for embed page. Read mo
string is defined as: Primitive Value rep an ordered sequence of Character. Topics on: Character, UTF-8, Unicode. Read more: JS, JS Language, Primitive, String,
String is defined as: Autoboxing Wrapper for string Primitive. Topics on: String Instance Methods, String.raw, String Concatenation, Tag Template Function. Read
String Enum is defined as: enum with string as member values. Topics on: . Read more: JS, TS, TS Syntax, Type, Base Type, Enum, String|FullStack Wiki by Roger J
String Instance Methods. Topics on: charAt(), CharCodeAt, concat(), fromCharCode, indexOf(), lastIndexOf(), match(), .replace(), search(), slice(), split(), sub
String Interpolation is defined as: JS Syntax to insert value Expression into string/Array. Topics on: . Read more: JS, JS Language, Declaration, Literal, Templ
String Literal Type is defined as: fixed set of specific values for string as types. Topics on: . Read more: JS, TS, TS Syntax, Type, Base Type, Set, String
Tag Template Function is defined as: JS Syntax for function to parse Template Literal. Topics on: . Read more: JS, JS Language, Primitive, Autoboxing, Wrapper,
Template Literal is defined as: JS Syntax to Declaration string via ` to allow String Interpolation for any Expression via ${}. Topics on: String Interpolati
typeof is defined as: JS Operator return string of Operand Type. Topics on: can be called on operand as either typeof operand or typeof(operand), !gotcha typeof
Unicode is defined as: (standard) most popular Character Encoding with most language Character. Topics on: . Read more: JS, JS Language, Primitive, String, Char
UNNBBSS is defined as: undefined, null, number, bigint, boolean, string, symbol. Topics on: . Read more: JS, JS Concepts, JS Engine, Value, Primitive Value, UNN
UTF-8 is defined as: (standard) Character Encoding. Topics on: Character Encoding. Read more: JS, JS Language, Primitive, String, UTF 8, Character Encoding|Wiki