Returns a substring of x that begins at the position specified by start.
Zwraca podciąg X, który rozpoczyna się w pozycji określonej przez start.
I learned how to search for a substring using simple code exercises online.
Nauczyłem się, jak wyszukiwać podciąg za pomocą prostych ćwiczeń kodowania online.
He wrote a tutorial explaining how to manipulate a substring in programming languages.
Napisał samouczek wyjaśniający, jak manipulować podciągiem w językach programowania.
I wrote a function that returns a substring when given the start and end positions.
Napisałem funkcję, która zwraca podciąg, gdy podane są pozycje początkowa i końcowa.
In programming, a substring can help isolate relevant data within a larger text.
W programowaniu, podciąg może pomóc w izolowaniu istotnych danych z większego tekstu.
Extracting a substring is a common task in string manipulation problems.
Wyciąganie podciągu jest powszechnym zadaniem w problemach manipulacji napisami.
Python does not support a character type; these are treated as strings of length one, thus also considered a substring.
Python nie obsługuje typ znaków; są one traktowane jako ciągi o długości jeden, a zatem również za podciąg.
In the string 'hello world', 'world' is a substring that stands alone.
W napisie 'hello world', 'world' to podciąg, który stoi samodzielnie.
Returns a substring from the beginning of a specified string.
Zwraca podciąg od początku określonego ciągu.
Determines if string or a substring of string (if starting index beg and ending index end are given) starts with substring str; returns true if so and false otherwise.
Określa, czy ciąg znaków lub podciąg napisu (jeśli począwszy indeksu BEG i kończąc koniec indeksu są podane) zaczyna się od podciągu ul; zwraca true jeśli tak i false w przeciwnym wypadku.
He extracted a substring from the long URL for easier sharing.
On wyciągnął podciąg z długiego adresu URL, aby ułatwić udostępnianie.
One of them is Karp-Rabin algorithm - char-wise comparison is performed only when values of hash function calculated for a part of text and a substring are equal.
Skojarzyłem rozkaz MPSADBW z algorytmem Karpa-Rabina, w którym dokładne porównania wzorca i podciągu są wykonywane dopiero wtedy, gdy wartości funkcji haszującej dla wyszukiwanego wzorca i testowanego podciągu są równe.
endsWith() - checks whether a string ends with a substring, for example
endsWith() - sprawdza, czy string kończy się podciągiem, np.