Check if a string or buffer ends with a given string
Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.
Check the text is ends with period mark.
Convert globs to regular expressions
Return `true` if a file path ends with the given string/suffix.
Transform stream to read line-by-line and write a string
Map of nouns to their irregular plural form
node-edge-tts is a module that using Microsoft Edge's online TTS (Text-to-Speech) service on the Node.js
utils for strings
Give me a string and I'll tell you if it's a valid npm package name
🐊Putout plugin helps with regexp
Returns a copy of an object with its keys sorted
A term-str-ends function-factory actor
writable stream that concatenates strings or binary data and calls a callback with the result
A library for interacting with JSON through Refract elements
A tiny Node.js module to make any server force-closeable
textlint output formatter for fixer
Polygonizes a set of lines that represents edges in a planar graph.
This addon provides string helpers for Ember templates and components.
Conditionally add a middleware to express with some common patterns.
An AST parser for ICU MessageFormat strings
catches SIGSEGV and prints diagnostic information
Calendar Picker Component for React Native
Modify strings, generate sourcemaps
Parse a date-like string and returns it's start and end DateTime.
Truncate strings with fullwidth characters and ANSI codes. Characters can be omitted from the start, middle, end or both ends.
Often times you'll end up with empty strings where you really want nil at the database level. This plugin automatically converts blanks to nil and is configurable.
Parses a string representation of a date range and returns a start and end date.
Generates a date range query to send to Solr.
Extends puppet-lint to ensure all filenames used in template and epp functions end with the string '.erb' or '.epp' respectively
InplaceEditing is a jQuery and Best In Place script and a Rails helper that provides methods (string_editor, image_editor, text_editor, element_editor, optional_editor, only_valid_editor) to allow editing any ActiveRecord object's property (since it uses standard BestInPlace form).
Takes a directory of text files and formats them as string values in a global javascript object.
This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative. Simple gem that adds various color methods to String class, and can be used as follows: require 'colored2' puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)
This Jekyll plugin defines the following Jekyll filters that return portions of a string: begins_with — returns true if a string starts with a given substring. does_not_begin_with — returns false if a string starts with a given substring. ends_with — returns true if a string end with a given substring. does_not_end_with — returns false if a string end with a given substring. append_suffix_if_does_not_start_with — appends a suffix to the string if the string does not start with a substring.
Extends puppet-lint to ensure all filenames used in template functions end with the string '.erb'
Useful when you want to redirect_to a string and want to ensure that you don't end up on another domain.