Updated 9 months ago

@stdlib/string-substring-after-last • Rank 2.7 • Science 44%

Return the part of a string after the last occurrence of a specified substring.

Updated 9 months ago

string-base-atob • Rank 0.0 • Science 44%

Decode a string of data which has been encoded using Base64 encoding.

Updated 9 months ago

StringAlgorithms • Rank 3.2 • Science 28%

String algorithms, implemented in Julia.

Updated 9 months ago

@stdlib/ndarray-base-napi-dtype-string-to-dtype • Rank 3.8 • Science 26%

C API for returning the ndarray data type corresponding to a data type string.

Updated 9 months ago

@stdlib/string-base-for-each-right • Rank 2.1 • Science 26%

Invoke a function for each UTF-16 code unit in a string iterating from right to left.

Updated 9 months ago

@stdlib/string-base-replace-before-last • Science 44%

Replace the substring before the last occurrence of a specified search string.

Updated 9 months ago

@stdlib/string-base-truncate-middle • Science 44%

Truncate the middle UTF-16 code units of a string to return a string having a specified length.

Updated 9 months ago

sixarm_ruby_string_to_class • Science 44%

SixArm.com » Ruby » String#to_class method to convert a String to a Class

Updated 9 months ago

@stdlib/string-base-replace-after-last • Science 44%

Replace the substring after the last occurrence of a specified search string.

Updated 9 months ago

@hugoalh/is-string-singleline • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.

Updated 9 months ago

@stdlib/string-next-code-point-index • Science 44%

Return the position of the next Unicode code point in a string after a specified position.

Updated 9 months ago

@stdlib/string-base-for-each-code-point-right • Science 44%

Invoke a function for each Unicode code point in a string, iterating from right to left.

Updated 9 months ago

https://github.com/conorwilliams/metastring • Science 13%

Utilities for working with strings at compile time and passing strings as template parameters.

Updated 9 months ago

@stdlib/string-replace-before • Science 44%

Replace the substring before the first occurrence of a specified search string.

Updated 9 months ago

@hugoalh/string-dissect • Science 44%

An ECMAScript (JavaScript & TypeScript) module to dissect the string; Safe with the emojis, URLs, and words.

Updated 9 months ago

console-log-each-map • Science 44%

Insert array element values and the result of a callback function into a format string and print the result.

Updated 9 months ago

@stdlib/string-base-first-grapheme-cluster • Science 44%

Return the first grapheme cluster (i.e., user-perceived character) of a string.

Updated 9 months ago

@stdlib/string-base-remove-first-grapheme-cluster • Science 44%

Remove the first grapheme cluster (i.e., user-perceived character) of a string.

Updated 9 months ago

@stdlib/string-for-each • Science 44%

Invoke a callback for each (visual) character of a string.

Updated 9 months ago

stats-base-ztest-one-sample-results-to-string • Science 44%

Serialize a one-sample Z-test results object as a formatted string.

Updated 9 months ago

console-log-each-map • Science 44%

Insert array element values and the result of a callback function into a format string and print the result.

Updated 9 months ago

@stdlib/string-base-replace-after • Science 44%

Replace the substring after the first occurrence of a specified search string.

Updated 9 months ago

string-base-slice-grapheme-clusters • Science 44%

Slice a string based on grapheme cluster (i.e., user-perceived character) indices.

Updated 9 months ago

is-string-ascii-es • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the string is ASCII.

Updated 9 months ago

realized • Science 44%

Human-readable string serializations for many data types

Updated 9 months ago

@stdlib/string-base-remove-last-grapheme-cluster • Science 44%

Remove the last grapheme cluster (i.e., user-perceived character) of a string.

Updated 9 months ago

@stdlib/string-base-for-each-grapheme-cluster • Science 44%

Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.