MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / fromLines

Method fromLines

JUCE/modules/juce_core/text/juce_StringArray.cpp:407–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407StringArray StringArray::fromLines (StringRef stringToBreakUp)
408{
409 StringArray s;
410 s.addLines (stringToBreakUp);
411 return s;
412}
413
414//==============================================================================
415void StringArray::removeDuplicates (bool ignoreCase)

Callers

nothing calls this directly

Calls 1

addLinesMethod · 0.80

Tested by

no test coverage detected