Split a given string from the first instance of a given character - MATLAB Cody - MATLAB Central

Problem 2073. Split a given string from the first instance of a given character

Difficulty:Rate

A simple operation to split a given string into two substrings at the point where the desired character is first found. e.g.

inputString: 'we have 6 cars' split it from '6'

output: 'we have ' and '6 cars'

If the desired character is not found then first substring is same as the whole string and the second string is empty string, i.e. y2='';

Solution Stats

45.8% Correct | 54.2% Incorrect
Last Solution submitted on May 03, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers111

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!