Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drrefe committed Aug 20, 2023
1 parent 1c975e4 commit 0c2395e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Using Turkish Suffixes

Supports `-e`, `-i`, `-in`, `-de`, `-den` suffixes

`Str::suffix(string $suffix, string $text, ?array $config): string`
`Tr::suffix(string $suffix, string $text, ?array $config): string`

Example:

Expand Down Expand Up @@ -72,7 +72,7 @@ Example Results:

Converting Turkish text to lower case

`Str::lowerCase(string $text): string`
`Tr::lowerCase(string $text): string`

Example:

Expand All @@ -86,7 +86,7 @@ echo Tr::lowerCase("bU paKetin kullanImı İle gÜvenli bİr Şekilde özeL karA

Converting Turkish text to upper case

`Str::upperCase(string $text): string`
`Tr::upperCase(string $text): string`

Example:

Expand All @@ -100,7 +100,7 @@ echo Tr::upperCase("bU paKetin kullanImı İle gÜvenli bİr Şekilde özeL karA

Converting Turkish text to upper case first character

`Str::upperCaseFirst(string $text): string`
`Tr::upperCaseFirst(string $text): string`

Example:

Expand All @@ -114,7 +114,7 @@ echo Tr::upperCaseFirst("bU paKetin kullanImı İle gÜvenli bİr Şekilde özeL

Converting Turkish text to title (upper case first character of words)

`Str::title(string $text): string`
`Tr::title(string $text): string`

Example:

Expand Down

0 comments on commit 0c2395e

Please sign in to comment.