[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/gp-includes/ -> strings.php (summary)

(no description)

File Size: 220 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  gp_startswith()
  gp_endswith()
  gp_in()
  gp_esc_attr_with_entities()
  esc_translation()
  gp_string_similarity()
  gp_levenshtein()
  gp_sanitize_slug()

Functions
Functions that are not part of a class:

gp_startswith( $haystack, $needle )   X-Ref
Functions, which make work with strings easier


gp_endswith( $haystack, $needle )   X-Ref
No description

gp_in( $needle, $haystack )   X-Ref
No description

gp_esc_attr_with_entities( $text )   X-Ref
Escaping for HTML attributes.

Similar to esc_attr(), but double encode entities.

return: string The text after it has been escaped.
param: string $text The text prior to being escaped.
since: 1.0.0

esc_translation( $text )   X-Ref
Escapes translations for HTML blocks.

Similar to esc_html(), but double encode entities.

return: string The text after it has been escaped.
param: string $text The text prior to being escaped.
since: 1.0.0

gp_string_similarity( $str1, $str2 )   X-Ref
No description

gp_levenshtein( $str1, $str2, $length1, $length2 )   X-Ref
No description

gp_sanitize_slug( $slug )   X-Ref
Sanitizes a string for use as a slug, replacing whitespace and a few other characters with dashes.

Limits the output to alphanumeric characters, underscore (_), periods (.) and dash (-).
Whitespace becomes a dash.

return: string The sanitized title.
param: string $slug The string to be sanitized for use as a slug.
since: 2.1.0



Generated: Thu Apr 25 01:01:24 2024 Cross-referenced by PHPXref 0.7.1