Skip to content

Commit 4ea29cf

Browse files
aman-godaraawvwgk
andauthored
Update FortranCon2021-string/README.md
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent 38612f6 commit 4ea29cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FortranCon2021-string/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ Since the start of the project, several string inquiry and manipulation procedur
1414
Every type of usage from common ones like *reversing a string* to peculiar ones like *finding n-th non-overlapping substring* are developed in close collaboration with the community.
1515
Flexible high-level procedures like *slice* catering to every possible need while low-level APIs like *count* are optimized to readily build upon (as stand-alone or in combination with other provided APIs) to meet any specific requirement of a user.
1616

17-
Added APIs work with deferred-length intrinsic character as smoothly as with *string_type* giving a seamless integration between the two making them ready to be imported even to an ongoing project. Moreover, APIs being backward compatible continue to serve old projects even with their latest versions.
17+
All procedures work both with deferred-length intrinsic character as smoothly as with *string_type*.
18+
This allows seamless integration of stdlib's string processing with existing projects.

0 commit comments

Comments
 (0)