Skocz do zawartości

[HELP] Zmienna Typu String


Issen

Rekomendowane odpowiedzi

Hej czy istnieje jakaś komenda do wykrycia kodów w Ciągu znaku?

Chodzi mi o coś w rodzaju BB Code czyli ze mam w dialogu:

 

var siemka_laseczka='Czaść! Napijesz się ze mną <czerwony>mała</czerwony>?'

 

I teraz tak. Jakich komend użyć aby program wykrył kod na pokolorowanie słowa "mała" na kolor czerwony w stringu.

 

Znaczy ogólnie wiem jak ten program napisać chodzi mi bardziej czy jest prosty sposób bez wstawiania w miejsce mała zmiennej.

Odnośnik do komentarza
Udostępnij na innych stronach

string_length(str) Returns the number of characters in the string.

string_pos(substr,str) Returns the position of substr in str (0=no occurrence).

string_copy(str,index,count) Returns a substring of str, starting at position index, and of length count.

string_char_at(str,index) Returns the character in str at position index.

string_delete(str,index,count) Returns a copy of str with the part removed that starts at position index and has length count.

string_insert(substr,str,index) Returns a copy of str with substr added at position index.

string_replace(str,substr,newstr) Returns a copy of str with the first occurrence of substr replaced by newstr.

string_replace_all(str,substr,newstr) Returns a copy of str with all occurrences

Pokombinuj :)
Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...