This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-25 12:43:20 +02:00
parent b817ae4fcc
commit 199b646c32
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
title: byte_size
tags: string, beginner
tags: string,beginner
---
Returns the length of a string in bytes.

View File

@ -1,6 +1,6 @@
---
title: slugify
tags: string,regex,intermediate
tags: string,regexp,intermediate
---
Converts a string to a URL-friendly slug.

View File

@ -1,6 +1,6 @@
---
title: words
tags: string,regexp,beginnner
tags: string,regexp,beginner
---
Converts a given string into an array of words.