mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:12:45 +00:00 
			
		
		
		
	AK: Add String{,View}::is_whitespace()
+Tests!
This commit is contained in:
		
							parent
							
								
									b795f582cf
								
							
						
					
					
						commit
						f3ecea1fb3
					
				
					 5 changed files with 28 additions and 11 deletions
				
			
		|  | @ -69,6 +69,7 @@ bool equals_ignoring_case(const StringView&, const StringView&); | |||
| bool ends_with(const StringView& a, const StringView& b, CaseSensitivity); | ||||
| bool starts_with(const StringView&, const StringView&, CaseSensitivity); | ||||
| bool contains(const StringView&, const StringView&, CaseSensitivity); | ||||
| bool is_whitespace(const StringView&); | ||||
| StringView trim_whitespace(const StringView&, TrimMode mode); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AnotherTest
						AnotherTest