પ્રાકૃતિક ક્રમ (ફાઈલ નામો)
ઇનપુટ
file10 file2 file1
આઉટપુટ
file1 file2 file10
સૉર્ટ કરો pasted lists quickly in natural, numeric, or dictionary order.
Blank-line removal, dedupe, and locale-aware sorting all run locally in your બ્રાઉઝર.
ઇનપુટ
file10 file2 file1
આઉટપુટ
file1 file2 file10
ઇનપુટ
10,5 2,75 1.234,5
આઉટપુટ
2,75 10,5 1.234,5
ઇનપુટ
Öga Zebra Äpple Ål
આઉટપુટ
Zebra Ål Äpple Öga
માનવ-મૈત્રીપૂર્ણ સરખામણી રીત જે અંકશ્રેણીનો શાબ્દિક રીતે સરખામણી કરવાની જગ્યાએ `2` ને `10` કરતાં પહેલાં મૂકે છે.
અક્ષરશઃ સરખામણી. ચોક્કસ ક્રમ ભાષા અને locale ના નિયમો પર આધારિત છે.
collation અને number parsing માટે વપરાતા ભાષાકીય અને પ્રાદેશિક નિયમો, જેમ કે `ja`, `en`, `sv`, અથવા `de-DE`.
પ્રાકૃતિક ક્રમ આંતરિક સંખ્યાઓને સંખ્યા તરીકે લે છે, તેથી `file2` `file10` પહેલાં આવે છે. શબ્દકોશીય ક્રમ ટેક્સ્ટને ટેક્સ્ટ તરીકે સરખાવે છે, જે `file10` ને `file2` પહેલાં મૂકી શકે છે.
હા. ટૂલ પસંદ કરેલા locale મુજબ decimal અને grouping separators સમજાવે છે. જો કોઈ લાઈન તે locale સાથે ન મળે, તો તમારી setting અનુસાર તેને non-numeric તરીકે સંભાળવામાં આવે છે.
મોટાભાગના કેસમાં `Auto` વાપરો. `Custom` ફક્ત ત્યારે પસંદ કરો જ્યારે તમને બીજી ભાષાની collation અથવા numeric formatting rules, જેમ કે `sv` અથવા `de-DE`, જોઈએ.
default mode ફક્ત exact matches દૂર કરે છે. advanced settings માં તમે `Equal under current sort rules` પર જઈ શકો છો, જે active collation અથવા numeric rules હેઠળ સમાન ગણાતી લાઈનોને ભેગી કરી શકે છે.
No. Sorting happens entirely in the બ્રાઉઝર and your input is not sent to a server.
Yes. The UI is localized and sorting relies on `Intl.Collator` plus locale-aware number parsing. The final order still depends on the selected locale and the બ્રાઉઝર's implementation.
આ ટૂલ બ્રાઉઝરમાં સ્થાનિક રીતે ચાલે છે. બહુભાષી ક્રમ પસંદ કરેલા locale અને બ્રાઉઝર engine મુજબ થોડો ફેરફાર ધરાવી શકે છે.